go/printer.printer.controlClause (method)
4 uses
go/printer (current package)
nodes.go#L1279: func (p *printer) controlClause(isForStmt bool, init ast.Stmt, expr ast.Expr, post ast.Stmt) {
nodes.go#L1449: p.controlClause(false, s.Init, s.Cond, nil)
nodes.go#L1479: p.controlClause(false, s.Init, s.Tag, nil)
nodes.go#L1520: p.controlClause(true, s.Init, s.Cond, s.Post)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)